-
Notifications
You must be signed in to change notification settings - Fork 439
Issue #2494 Renamed backtrack variables to lookahead #2499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like one case slipped through. Otherwise LGTM. Thanks
Sources/SwiftParser/Statements.swift
Outdated
// lookahead + lookaheading on simple if conditions that are obviously | ||
// boolean conditions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// lookahead + lookaheading on simple if conditions that are obviously | |
// boolean conditions. | |
// lookahead on simple if conditions that are obviously boolean conditions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your suggestion regarding the comments on lines 211 to 212 in Statements.swift. I've made the requested modification as per your recommendation.
Oh, one last thing. Could you squash your commits? https://github.com/apple/swift-syntax/blob/main/CONTRIBUTING.md#authoring-commits |
Updated comment in Sources/SwiftParser/Statements.swift
6522f3c
to
aa0e131
Compare
Hi, @ahoppen |
@swift-ci Please test |
Test failures are unrelated. Let’s try again @swift-ci Please test |
@swift-ci test |
#2494